grub2: extend platforms to include all linux
This works (and is needed) on musl-based linux too!
This commit is contained in:
parent
73320be341
commit
e78900213b
@ -123,6 +123,6 @@ stdenv.mkDerivation rec {
|
||||
|
||||
license = licenses.gpl3Plus;
|
||||
|
||||
platforms = platforms.gnu;
|
||||
platforms = platforms.gnu ++ platforms.linux;
|
||||
};
|
||||
})
|
||||
|
Loading…
Reference in New Issue
Block a user