Remove meaningless package priority
This commit is contained in:
parent
62585a363f
commit
b8bc3aa26d
@ -65,6 +65,5 @@ in stdenv.mkDerivation {
|
|||||||
homepage = http://packages.debian.org/sid/firmware-linux-nonfree;
|
homepage = http://packages.debian.org/sid/firmware-linux-nonfree;
|
||||||
license = stdenv.lib.licenses.unfreeRedistributableFirmware;
|
license = stdenv.lib.licenses.unfreeRedistributableFirmware;
|
||||||
platforms = stdenv.lib.platforms.linux;
|
platforms = stdenv.lib.platforms.linux;
|
||||||
priority = 10; # low priority so that other packages can override this big package
|
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user