forked from nikkuss/pkgs
update and change how version is set
This commit is contained in:
@@ -113,6 +113,7 @@
|
||||
rec {
|
||||
inherit stdenv;
|
||||
pname = "helium-browser-unwrapped";
|
||||
version = "${upstream-info.version}-${upstream-info.deps.ungoogled-patches.rev}";
|
||||
depsBuildBuild = lib.filter (
|
||||
d: d != buildPlatformLlvmStdenv && d != buildPlatformLlvmStdenv.cc
|
||||
) base.depsBuildBuild;
|
||||
|
||||
Reference in New Issue
Block a user