about summary refs log tree commit diff
path: root/pkgs/tools/text
diff options
context:
space:
mode:
authorFrederik Rietdijk <freddyrietdijk@fridh.nl>2016-02-23 16:02:10 +0100
committerFrederik Rietdijk <freddyrietdijk@fridh.nl>2016-02-23 16:02:10 +0100
commit40ca841c5c0b264a0d1a1ffc2f912e17e30f9caa (patch)
tree5172f6511291bf6daf7a7f228f29f16b30de6fb8 /pkgs/tools/text
parentb1c8fb8685311bff0f0db439650bbe8ecaf89e9c (diff)
parent4d06bf70f4580d5cb907278dd3c384c305f95c74 (diff)
downloadnixlib-40ca841c5c0b264a0d1a1ffc2f912e17e30f9caa.tar
nixlib-40ca841c5c0b264a0d1a1ffc2f912e17e30f9caa.tar.gz
nixlib-40ca841c5c0b264a0d1a1ffc2f912e17e30f9caa.tar.bz2
nixlib-40ca841c5c0b264a0d1a1ffc2f912e17e30f9caa.tar.lz
nixlib-40ca841c5c0b264a0d1a1ffc2f912e17e30f9caa.tar.xz
nixlib-40ca841c5c0b264a0d1a1ffc2f912e17e30f9caa.tar.zst
nixlib-40ca841c5c0b264a0d1a1ffc2f912e17e30f9caa.zip
Merge pull request #13124 from FRidh/buildPythonApplication
buildPythonApplication: use new function for Python applications
Diffstat (limited to 'pkgs/tools/text')
-rw-r--r--pkgs/tools/text/grin/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/tools/text/grin/default.nix b/pkgs/tools/text/grin/default.nix
index 2ea4a9501452..da3a77e8d2e4 100644
--- a/pkgs/tools/text/grin/default.nix
+++ b/pkgs/tools/text/grin/default.nix
@@ -1,6 +1,6 @@
 { stdenv, fetchurl, pythonPackages }:
 
-pythonPackages.buildPythonPackage rec {
+pythonPackages.buildPythonApplication rec {
   name = "grin-1.2.1";
   namePrefix = "";