summary refs log tree commit diff
path: root/pkgs/applications/graphics/cinepaint/install.patch
diff options
context:
space:
mode:
authorworldofpeace <worldofpeace@protonmail.ch>2019-12-10 23:27:28 -0500
committerGitHub <noreply@github.com>2019-12-10 23:27:28 -0500
commite159f1d457ec376b4af3d66c5fdacc7af641290b (patch)
tree62585804da9471bbd0ca2a50988ae1dd117dd0cb /pkgs/applications/graphics/cinepaint/install.patch
parent8a5cfec1c20d9c9e7a247d626881c620977a1deb (diff)
parent419dacd3d48366ee60c448446d851fdce5d39924 (diff)
downloadnixpkgs-e159f1d457ec376b4af3d66c5fdacc7af641290b.tar
nixpkgs-e159f1d457ec376b4af3d66c5fdacc7af641290b.tar.gz
nixpkgs-e159f1d457ec376b4af3d66c5fdacc7af641290b.tar.bz2
nixpkgs-e159f1d457ec376b4af3d66c5fdacc7af641290b.tar.lz
nixpkgs-e159f1d457ec376b4af3d66c5fdacc7af641290b.tar.xz
nixpkgs-e159f1d457ec376b4af3d66c5fdacc7af641290b.tar.zst
nixpkgs-e159f1d457ec376b4af3d66c5fdacc7af641290b.zip
Merge pull request #74295 from worldofpeace/remove-pygtk-users
Remove lots of pygtk using software
Diffstat (limited to 'pkgs/applications/graphics/cinepaint/install.patch')
-rw-r--r--pkgs/applications/graphics/cinepaint/install.patch24
1 files changed, 0 insertions, 24 deletions
diff --git a/pkgs/applications/graphics/cinepaint/install.patch b/pkgs/applications/graphics/cinepaint/install.patch
deleted file mode 100644
index f15ff1c4414..00000000000
--- a/pkgs/applications/graphics/cinepaint/install.patch
+++ /dev/null
@@ -1,24 +0,0 @@
-diff --git a/CMakeLists.txt b/CMakeLists.txt
-index dfb182f..5adaaa5 100644
---- a/CMakeLists.txt
-+++ b/CMakeLists.txt
-@@ -138,7 +138,7 @@ STRING(REPLACE "/" "\\/" ESCAPEDPREFIX ${PREFIX})
- # Note that for MacOS this needs to be revised 
- # for the @OSX_ICC...@ variables
- ADD_CUSTOM_COMMAND(
--   OUTPUT ${CMAKE_CURRENT_SOURCE_DIR}/gimprc
-+   OUTPUT ${CMAKE_CURRENT_BINARY_DIR}/gimprc
-    COMMAND  sed -e s/\@platform\@//g
- 		-e s/\@prefix\@/${ESCAPEDPREFIX}/g 
- 	        -e s/\@exec_prefix\@/\${prefix}/g
-@@ -155,8 +155,8 @@ ADD_CUSTOM_COMMAND(
- 
- ADD_CUSTOM_TARGET(RCFile ALL echo
-       ""
--      DEPENDS ${CMAKE_CURRENT_SOURCE_DIR}/user_install 
--              ${CMAKE_CURRENT_SOURCE_DIR}/gimprc
-+      DEPENDS ${CMAKE_CURRENT_BINARY_DIR}/user_install 
-+              ${CMAKE_CURRENT_BINARY_DIR}/gimprc
-    )
- 
-