summaryrefslogtreecommitdiffstats
path: root/pkgs/misc/source-and-tags
AgeCommit message (Collapse)Author
2021-01-21treewide: editorconfig fixeszowoq
- remove trailing whitespace - use spaces for indentation
2018-04-24source-and-tags: fix default.nixBas van Dijk
Tested by observing that the following command produces a correctly looking TAGS file: $ nix-shell -E 'let pkgs = import ./. {}; in pkgs.myEnvFun {name = "myEnvFun-htags-test"; buildInputs = [(pkgs.sourceAndTags.sourceWithTagsDerivation (pkgs.sourceAndTags.addHasktagsTaggingInfo pkgs.haskellPackages.scientific).passthru.sourceWithTags)];}' --run 'cat $TAG_FILES'
2014-01-23drop myhasktags, current hackage version has everything my version hadMarc Weber
2012-12-28Remove unnecessary parentheses around if conditionsEelco Dolstra
Pet peeve...
2012-01-18* "ensureDir" -> "mkdir -p". "ensureDir" is a rather pointlessEelco Dolstra
function, so obsolete it. svn path=/nixpkgs/branches/stdenv-updates/; revision=31644
2010-05-09remove duplication in derivation adding tags to sourceMarc Weber
svn path=/nixpkgs/trunk/; revision=21685
2010-01-15tag .hsc files as wellMarc Weber
svn path=/nixpkgs/trunk/; revision=19471
2009-12-11fix source-and-tagsMarc Weber
svn path=/nixpkgs/trunk/; revision=18892
2009-07-09fix sourceWithTagsDerivation, myhasktags now based on current haskell ↵Marc Weber
derivations svn path=/nixpkgs/trunk/; revision=16263
2008-06-15forgetten to appply this patchMarc Weber
svn path=/nixpkgs/trunk/; revision=12098
2008-06-15 put all source with tags stuff into its own file, now appends tag files to ↵Marc Weber
TAG_FILES env var using nix-support updated myEnvFun svn path=/nixpkgs/trunk/; revision=12097