summary refs log tree commit diff
path: root/pkgs/tools/security/crackxls
AgeCommit message (Collapse)AuthorFilesLines
2022-06-04crackxls: pull patch pending upstream inclusion for -fno-common toolchainsSergei Trofimovich1-1/+14
Without the change build fails on upstream gcc-10 as: ld: decrypt.o:/build/crackxls2003/decrypt.c:50: multiple definition of `real_key'; crackxls2003.o:/build/crackxls2003/crackxls2003.c:64: first defined here While at it dropped -O5 -march=native default optimization flags.
2022-03-30treewide: move autoconf, automake to nativeBuildInputsBen Siraphob1-2/+2
2021-01-16pkgs/tools: pkgconfig -> pkg-configBen Siraphob1-2/+2
2021-01-11treewide: with stdenv.lib; in meta -> with lib;Profpatsch1-2/+2
Part of: https://github.com/NixOS/nixpkgs/issues/108938 meta = with stdenv.lib; is a widely used pattern. We want to slowly remove the `stdenv.lib` indirection and encourage people to use `lib` directly. Thus let’s start with the meta field. This used a rewriting script to mostly automatically replace all occurances of this pattern, and add the `lib` argument to the package header if it doesn’t exist yet. The script in its current form is available at https://cs.tvl.fyi/depot@2f807d7f141068d2d60676a89213eaa5353ca6e0/-/blob/users/Profpatsch/nixpkgs-rewriter/default.nix
2020-11-01treewide: simplify rev/repo arguments in srcPavol Rusnak1-4/+5
+ use fetchFromGithub where possible
2020-04-10treewide: Per RFC45, remove all unquoted URLsMichael Reilly1-2/+2
2019-08-15treewide: name -> pname (easy cases) (#66585)volth1-1/+1
treewide replacement of stdenv.mkDerivation rec { name = "*-${version}"; version = "*"; to pname
2017-09-21misc pkgs: Basic sed to get fix `pkgconfig` and `autoreconfHook` `buildInputs`John Ericson1-1/+2
Only acts on one-line dependency lists.
2016-03-24cc-wrapper: add option to skip flags for native optimizationsNikolay Amiantov1-6/+0
2015-07-13Merge branch 'master.upstream' into staging.upstreamWilliam A. Kennington III1-0/+6
2015-07-11crackxls: do not use march=native and mtune=nativePascal Wittmann1-0/+6
patch is from @dezgeg and is contained in #8530
2015-07-02crackxls: fix buildPascal Wittmann1-1/+1
2015-06-02fix crackxls libgsf dependencyEmil Rangden1-4/+4
2015-06-01add linux to platformsEmil Rangden1-1/+1
2015-06-01new package: crackxlsEmil Rangden1-0/+28