Remove meaningless package priority

This commit is contained in:
Eelco Dolstra 2013-09-04 13:59:25 +02:00
parent 62585a363f
commit b8bc3aa26d
1 changed files with 0 additions and 1 deletions

View File

@ -65,6 +65,5 @@ in stdenv.mkDerivation {
homepage = http://packages.debian.org/sid/firmware-linux-nonfree;
license = stdenv.lib.licenses.unfreeRedistributableFirmware;
platforms = stdenv.lib.platforms.linux;
priority = 10; # low priority so that other packages can override this big package
};
}