mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-09-15 11:50:09 +00:00
linux_libre: set pname
This commit is contained in:
@@ -23,6 +23,7 @@ in linux.override {
|
||||
argsOverride = {
|
||||
modDirVersion = "${linux.modDirVersion}-${versionPrefix}";
|
||||
isLibre = true;
|
||||
pname = "linux-libre";
|
||||
|
||||
src = stdenv.mkDerivation {
|
||||
name = "${linux.name}-libre-src";
|
||||
|
||||
Reference in New Issue
Block a user