Merge pull request #16946 from phanimahesh/fix-16198

Fix typo: s/propogate/propagate/
This commit is contained in:
Frederik Rietdijk 2016-07-15 15:00:01 +02:00 committed by GitHub
commit 2e986016d0
5 changed files with 5 additions and 5 deletions

View File

@ -16,7 +16,7 @@ python3Packages.buildPythonApplication {
doCheck = false; doCheck = false;
propogatedBuildInputs = [ python3 ]; propagatedBuildInputs = [ python3 ];
meta = with stdenv.lib; { meta = with stdenv.lib; {
description = "A text scroller for use with panels and shells"; description = "A text scroller for use with panels and shells";

View File

@ -1126,7 +1126,7 @@ rec {
llvmPackages.llvm llvmPackages.llvm
] ++ stdenv.lib.optional stdenv.isDarwin Cocoa; ] ++ stdenv.lib.optional stdenv.isDarwin Cocoa;
propogatedBuildInputs = [ propagatedBuildInputs = [
rustracerd rustracerd
]; ];

View File

@ -4,7 +4,7 @@
llvmPackages.llvm llvmPackages.llvm
] ++ stdenv.lib.optional stdenv.isDarwin Cocoa; ] ++ stdenv.lib.optional stdenv.isDarwin Cocoa;
propogatedBuildInputs = [ propagatedBuildInputs = [
rustracerd rustracerd
]; ];

View File

@ -19,7 +19,7 @@ buildPythonPackage rec {
# remove messing with shipped binary # remove messing with shipped binary
patches = [ ./setup.patch ]; patches = [ ./setup.patch ];
# not sure if these need to be propogated or not? # not sure if these need to be propagated or not?
propagatedBuildInputs = [ propagatedBuildInputs = [
pexpect pexpect
pyGtkGlade pyGtkGlade

View File

@ -27,7 +27,7 @@ stdenv.mkDerivation rec {
./fix-curses.patch ./fix-curses.patch
]; ];
# Should I be using pygtk's propogated build inputs? # Should I be using pygtk's propagated build inputs?
# !!! Should use makeWrapper. # !!! Should use makeWrapper.
postPatch = '' postPatch = ''
# We don't have "python2". # We don't have "python2".