pass: add patch to fix xclipboard handling
This is caused by our coreutils now being built as a single binary.
This commit is contained in:
@@ -20,8 +20,9 @@ stdenv.mkDerivation rec {
|
||||
};
|
||||
|
||||
patches =
|
||||
[ ./program-name.patch ] ++
|
||||
stdenv.lib.optional stdenv.isDarwin ./no-darwin-getopt.patch;
|
||||
[ ./program-name.patch
|
||||
./set-correct-program-name-for-sleep.patch
|
||||
] ++ stdenv.lib.optional stdenv.isDarwin ./no-darwin-getopt.patch;
|
||||
|
||||
buildInputs = [ makeWrapper ];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user