mirror of
https://github.com/SebastianWendel/nixpkgs.git
synced 2024-11-06 18:26:45 +01:00
5966c5698f
The applied patch can be removed, when
cd613e200a
hits hackage and later nixpkgs.
Closes https://github.com/NixOS/nixpkgs/pull/50192.
Closes https://github.com/NixOS/nixpkgs/issues/47595.
12 lines
481 B
Diff
12 lines
481 B
Diff
diff -ur opencv-0.0.2.1.bak/Setup.hs opencv-0.0.2.1/Setup.hs
|
|
--- opencv-0.0.2.1.bak/Setup.hs 2018-11-10 17:18:41.355731189 +0100
|
|
+++ opencv-0.0.2.1/Setup.hs 2018-11-10 17:18:56.901681162 +0100
|
|
@@ -3,6 +3,6 @@
|
|
|
|
main = do
|
|
args <- getArgs
|
|
- let args' | "configure" `elem` args = args ++ ["--with-gcc","c++", "--with-ld","c++"]
|
|
+ let args' | "configure" `elem` args = args ++ ["--with-gcc","c++"]
|
|
| otherwise = args
|
|
defaultMainArgs args'
|