[Nix-dev] [PATCH 2/2] add elsamuko gimp plugin scripts

Marc Weber marco-oweber at gmx.de
Mon Jun 28 21:22:04 CEST 2010


---
 .../applications/graphics/gimp/plugins/default.nix |   14 ++++++++++++++
 1 files changed, 14 insertions(+), 0 deletions(-)

diff --git a/pkgs/applications/graphics/gimp/plugins/default.nix b/pkgs/applications/graphics/gimp/plugins/default.nix
index 8cdda52..8bb89d1 100644
--- a/pkgs/applications/graphics/gimp/plugins/default.nix
+++ b/pkgs/applications/graphics/gimp/plugins/default.nix
@@ -46,6 +46,20 @@ let
 
 in
 rec {
+
+  elsamuko = pluginDerivation {
+    # scritps contain GPLv3 header
+    buildInputs = [ pkgs.unzip ];
+    name = "elsamuko";
+    src = fetchurl {
+      url = http://sites.google.com/site/elsamuko/gimp/elsamuko.zip;
+      sha256 = "1jkm93vsv7jgdhcfw5n9zpvh946qnw321l4jaak0bbjmapn6q8aw";
+    };
+    installPhase = ''
+      installScripts *.scm
+    '';
+  };
+
   gap = pluginDerivation {
     /* menu:
        Video
-- 
1.7.1




More information about the nix-dev mailing list