mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-02 18:23:44 +00:00
paperjam: Fix invalid string escape
This commit is contained in:
parent
8b344a79c9
commit
dfc3657f0f
@ -26,8 +26,8 @@ stdenv.mkDerivation (finalAttrs: {
|
||||
makeFlags = [
|
||||
"PREFIX=$(out)"
|
||||
# prevent real build date which is impure
|
||||
"BUILD_DATE=\<unknown\>"
|
||||
"BUILD_COMMIT=\<unknown\>"
|
||||
"BUILD_DATE=\\<unknown\\>"
|
||||
"BUILD_COMMIT=\\<unknown\\>"
|
||||
];
|
||||
|
||||
# provide backward compatible PointerHolder, suppress deprecation warnings
|
||||
|
Loading…
Reference in New Issue
Block a user