Commit Graph

17 Commits

Author SHA1 Message Date
Rick van Schijndel
9833d56c24 treewide: mark packages broken that never built on PLATFORM
Done with the help of https://github.com/Mindavi/nixpkgs-mark-broken
Tool is still WIP but this is one of the first results.

I manually audited the results and removed some results that were not valid.

Note that some of these packages maybe should have more constrained platforms set
instead of broken set, but I think not being perfectly correct is better than
just keep trying to build all these things and never succeeding.

Some observations:

- Some darwin builds require XCode tools
- aarch64-linux builds sometimes suffer from using gcc9
  - gcc9 is getting older and misses some new libraries/features
- Sometimes tools try to do system detection or expect some explicit settings for
  platforms that are not x86_64-linux
2022-12-13 21:40:12 +01:00
R. Ryantm
2a494cae1e pwndbg: 2022.01.05 -> 2022.08.30 2022-08-30 17:56:50 +00:00
R. Ryantm
162c4a6ce3 pwndbg: 2021.06.22 -> 2022.01.05 2022-02-13 01:43:02 +00:00
Fabian Affolter
ddcf2bb8c1 pwndbg: update ropgadget 2021-11-19 00:13:01 +01:00
R. RyanTM
dce69cf8b8 pwndbg: 2020.07.23 -> 2021.06.22 2021-08-17 15:48:28 +00:00
Ben Siraphob
5c9cb64b43 pwndbg: expand platforms to all 2021-03-12 12:32:48 +07:00
Ben Siraphob
c522fec274 pkgs/development/tools: stdenv.lib -> lib 2021-01-23 20:30:03 +07:00
R. RyanTM
069700e482 pwndbg: 2019.12.09 -> 2020.07.23 2020-07-24 07:59:14 +00:00
R. RyanTM
a4c0b61fe2 pwndbg: 2019.01.25 -> 2019.12.09 2020-01-17 10:03:41 +00:00
c0bw3b
69b393ace5 Treewide: update some problematic homepages
These URLs are reported as problematic by Repology.
It could be a permanent redirection
or the page does not exist anymore
2019-12-08 10:21:29 -08:00
Frederik Rietdijk
27a9800e85 pwndbg: fix runtime python deps, fixes #71071
pwndbg is a Python module for gdb. The built-in interpreter is used and
pwndbg offers additional routines. Packaging this is tricky because that
interpreter needs to be used. Using `python3.withPackages` won't work.
By setting `NIX_PYTHONPATH`, the interpreter should pick up pwndbg and
its dependencies.

If `NIX_PYTHONPATH` does not function we can fall back to `PYTHONPATH`.
An example of when that won't work is if pwndbg runs a script of itself
in a subshell. `NIX_PYTHONPATH` would be  unset, but `PYTHONPATH` not.
2019-10-16 10:01:44 +02:00
volth
46420bbaa3 treewide: name -> pname (easy cases) (#66585)
treewide replacement of

stdenv.mkDerivation rec {
  name = "*-${version}";
  version = "*";

to pname
2019-08-15 13:41:18 +01:00
R. RyanTM
dbb2eae65b pwndbg: 2018.07.29 -> 2019.01.25
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/pwndbg/versions
2019-04-02 02:51:27 -07:00
Jörg Thalheim
5db3428fa3
pwndbg: switch to python3 2018-12-01 14:13:46 +00:00
Jörg Thalheim
422065c194 pwndbg: 2018-04-06 -> 2018.07.29 2018-08-01 23:35:08 +01:00
Benno Fünfstück
c0c4557393 pwndbg: fix wrapper mistake 2018-04-06 12:25:15 +02:00
Jörg Thalheim
2ed8e7a0f9 pwndbg: init at 2018-04-06 2018-04-06 11:10:39 +01:00