x11: replace its usage by xlibsWrapper directly
Scilab note: the parameters already had pointed to nonexistent dirs before this set of refactoring. But that config wasn't even used by default.
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
{ stdenv, fetchgit
|
||||
, x11, mesa
|
||||
, xlibsWrapper, mesa
|
||||
, nvidia
|
||||
}:
|
||||
let
|
||||
@@ -15,6 +15,6 @@ stdenv.mkDerivation {
|
||||
|
||||
inherit nvidia mesa;
|
||||
|
||||
buildInputs = [ x11 mesa ];
|
||||
buildInputs = [ xlibsWrapper mesa ];
|
||||
builder = ./builder.sh;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user